home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 2 / CD ACTUAL VOL 2.iso / docs / info-she < prev    next >
Encoding:
Text File  |  1995-09-10  |  27.6 KB  |  622 lines

  1.   Linux Information Sheet
  2.   Michael K. Johnson, johnsonm@nigel.vnet.net
  3.   v4.1, 31 March 1995
  4.  
  5.   This document provides basic information about the Linux operating
  6.   system, including an explanation of Linux, a list of features, some
  7.   requirements, and some resources.
  8.  
  9.   1.  Introduction to Linux
  10.  
  11.   Linux is a completely free reimplementation of the POSIX spec, with
  12.   SYSV and BSD extensions (which means it looks like Unix, but does not
  13.   come from the same source code base), which is available in both
  14.   source code and binary form.  It is copyrighted by Linus B. Torvalds
  15.   (torvalds@kruuna.helsinki.fi) and other contributors, and is freely
  16.   redistributable under the terms of the GNU Public License.
  17.  
  18.   Linux is not public domain, nor is it `shareware'.  It is `free'
  19.   software, commonly called freeware, and you may give copies away, but
  20.   you must also give the source with it or make it available in the same
  21.   way.  If you redistribute any modifications, you are legally bound to
  22.   distribute the source for those modifications.  See the GNU Public
  23.   License for details.  A copy is included with the Linux source, or you
  24.   can get a copy via ftp from prep.ai.mit.edu in /pub/gnu/COPYING
  25.  
  26.   Linux is still free as of version 1.2, and will continue to be.
  27.   Because of the nature of the GNU copyright which Linux is subject to,
  28.   it would be illegal for it to be made not free.  Note carefully: it is
  29.   perfectly legal to charge money for distributing Linux, so long as you
  30.   also distribute the source code.  This is a generalization; if you
  31.   want the fine points, read the GPL.
  32.  
  33.   Linux runs only on 386/486/Pentium machines with ISA, EISA, PCI and
  34.   VLB busses.  MCA (IBM's proprietary bus) is not currently supported
  35.   because there is little available documentation, although some patches
  36.   are available for a few machines.
  37.  
  38.   There is a port in progress for multiple Motorola 680x0 platforms
  39.   (currently running on some Amigas and Ataris), which now works quite
  40.   well.  It requires a 68020 with an MMU, a 68030, or a 68040, and also
  41.   requires an FPU. Networking and X now work.
  42.  
  43.   There is also a port in progress for DEC's Alpha CPU, which currently
  44.   supports at least the "Jensen" hardware and the "noname" Alpha
  45.   motherboard manufactured by DEC. The port is self-hosting (meaning a
  46.   Linux/Alpha kernel can be compiled under Linux/Alpha) and networking
  47.   is underway.  X is not yet available.
  48.  
  49.   Ports to other machines, including MIPS, PowerPC, and PowerMAC, are
  50.   under way and showing various amounts of progress.  Don't hold your
  51.   breath, but if you are interested and able to contribute, you may well
  52.   find other developers who wish to work with you.
  53.  
  54.   Linux is no longer considered to be in beta testing, as version 1.0
  55.   was released on March 14, 1994.  There are still bugs in the system,
  56.   and new bugs will creep up and be fixed as time goes on.  Because
  57.   Linux follows the ``open development model'', all new versions will be
  58.   released to the public, whether or not they are considered
  59.   ``production quality''.  However, in order to help people tell whether
  60.   they are getting a stable version or not, the following scheme has
  61.   been implemented:  Versions 1.x.y, where x is an even number, are
  62.   stable versions, and only bug fixes will be applied as y is
  63.   incremented.  So from version 1.0.2 to 1.0.3, there were only bug
  64.   fixes, and no new features.  Versions 1.x.y, where x is an odd number,
  65.   are beta-quality releases for developers only, and may be unstable and
  66.   may crash, and are having new features added to them all the time.
  67.   From time to time, as the currect development kernel stabilizes, it
  68.   will be frozen as the new ``stable'' kernel, and developement will
  69.   continue on a new development version of the kernel.
  70.  
  71.   Most versions of Linux, beta or not, are quite stable, and you can
  72.   keep using those if they do what you need and you don't want to be on
  73.   the bleeding edge.  One site had a computer running version 0.97
  74.   patchlevel 1 (dating from the summer of 1992) for over 136 days
  75.   without an error or crash.  (It would have been longer if the backhoe
  76.   operator hadn't mistaken a main power transformer for a dumpster...)
  77.   Others have posted uptimes in excess of a year.
  78.  
  79.   One thing to be aware of is that Linux is developed using an open and
  80.   distributed model, instead of a closed and centralized model like much
  81.   other software.  This means that the current development version is
  82.   always public (with up to a week or two's delay) so that anybody can
  83.   use it.  The result is that whenever a version with new functionality
  84.   is released, it almost always contains bugs, but it also results in a
  85.   very rapid development so that the bugs are found and corrected
  86.   quickly, often in hours, as many people work to fix them.
  87.  
  88.   In contrast, the closed and centralized model means that there is only
  89.   one person or team working on the project, and they only release
  90.   software that they think is working well.  Often this leads to long
  91.   intervals between releases, long waiting for bug fixes, and slower
  92.   development.  Of course, the latest release of such software to the
  93.   public is often of higher quality, but the development speed is
  94.   generally much slower.
  95.  
  96.   As of July 5, 1995, the current stable version of Linux is 1.2.11, and
  97.   the new development tree, 1.3.x, is now at version 1.3.6. Only use
  98.   1.3.x kernels if you want to be a part of the bleeding edge and don't
  99.   care if your machine crashes now and then!
  100.  
  101.  
  102.   2.  Linux Features
  103.  
  104.  
  105.   o  multitasking: several programs running at once.
  106.  
  107.   o  multiuser: several users on the same machine at once (and no two-
  108.      user licenses!).
  109.  
  110.   o  runs in 386 protected mode.
  111.  
  112.   o  has memory protection between processes, so that one program can't
  113.      bring the whole system down.
  114.  
  115.   o  demand loads executables: Linux only reads from disk those parts of
  116.      a program that are actually used.
  117.  
  118.   o  shared copy-on-write pages among executables.  This means that
  119.      multiple process can use the same memory to run in.  When one tries
  120.      to write to that memory, that page (4KB piece of memory) is copied
  121.      somewhere else.  Copy-on-write has two benefits: increasing speed
  122.      and decreasing memory use.
  123.  
  124.   o  virtual memory using paging (not swapping whole processes) to disk:
  125.      to a separate partition or a file in the filesystem, or both, with
  126.      the possibility of adding more swapping areas during runtime (yes,
  127.      they're still called swapping areas).  A total of 16 of these 128
  128.      MB swapping areas can be used at once, for a theoretical total of 2
  129.      GB of useable swap space.
  130.  
  131.   o  a unified memory pool for user programs and disk cache, so that all
  132.      free memory can be used for caching, and the cache can be reduced
  133.      when running large programs.
  134.  
  135.   o  dynamically linked shared libraries (DLL's), and static libraries
  136.      too, of course.
  137.  
  138.   o  does core dumps for post-mortem analysis, allowing the use of a
  139.      debugger on a program not only while it is running but also after
  140.      it has crashed.
  141.  
  142.   o  mostly compatible with POSIX, System V, and BSD at the source
  143.      level.
  144.  
  145.   o  through an iBCS2-compliant emulation module, mostly compatible with
  146.      SCO, SVR3, and SVR4 at the binary level.
  147.  
  148.   o  all source code is available, including the whole kernel and all
  149.      drivers, the development tools and all user programs; also, all of
  150.      it is freely distributable.  There are some commercial programs
  151.      being provided for Linux now without source, but everything that
  152.      has been free is still free.
  153.  
  154.   o  POSIX job control.
  155.  
  156.   o  pseudoterminals (pty's).
  157.  
  158.   o  387-emulation in the kernel so that programs don't need to do their
  159.      own math emulation.  Every computer running Linux appears to have a
  160.      math coprocessor.  Of course, if your computer already contains an
  161.      FPU, it will be used instead of the emulation, and you can even
  162.      compile your own kernel with math emulation removed, for a small
  163.      memory gain.
  164.  
  165.   o  support for many national or customized keyboards, and it is fairly
  166.      easy to add new ones dynamically.
  167.  
  168.   o  multiple virtual consoles: several independent login sessions
  169.      through the console, you switch by pressing a hot-key combination
  170.      (not dependent on video hardware).  These are dynamically
  171.      allocated; you can use up to 64.
  172.  
  173.   o  Supports several common filesystems, including minix-1, Xenix, and
  174.      all the common system V filesystems, and has an advanced filesystem
  175.      of its own, which offers filesystems of up to 4 TB, and names up to
  176.      255 characters long.
  177.  
  178.   o  transparent access to MS-DOS partitions (or OS/2 FAT partitions)
  179.      via a special filesystem: you don't need any special commands to
  180.      use the MS-DOS partition, it looks just like a normal Unix
  181.      filesystem (except for funny restrictions on filenames,
  182.      permissions, and so on).  MS-DOS 6 compressed partitions do not
  183.      work at this time, and are not expected to.  VFAT (WNT, Windows 95)
  184.      support is being tested.
  185.  
  186.   o  special filesystem called UMSDOS which allows Linux to be installed
  187.      on a DOS filesystem.
  188.  
  189.   o  read-only HPFS-2 support for OS/2 2.1
  190.  
  191.   o  CD-ROM filesystem which reads all standard formats of CD-ROMs.
  192.  
  193.   o  TCP/IP networking, including ftp, telnet, NFS, etc.
  194.  
  195.  
  196.  
  197.  
  198.  
  199.   3.  Hardware Issues
  200.  
  201.   3.1.  Minimal configuration
  202.  
  203.   The following is probably the smallest possible configuration that
  204.   Linux will work on: 386SX/16, 2 MB RAM, 1.44 MB or 1.2 MB floppy, any
  205.   supported video card (+ keyboards, monitors, and so on of course).
  206.   This should allow you to boot and test whether it works at all on the
  207.   machine, but you won't be able to do anything useful.
  208.  
  209.   In order to do something, you will want some hard disk space as well,
  210.   5 to 10 MB should suffice for a very minimal setup (with only the most
  211.   important commands and perhaps one or two small applications
  212.   installed, like, say, a terminal program).  This is still very, very
  213.   limited, and very uncomfortable, as it doesn't leave enough room to do
  214.   just about anything, unless your applications are quite limited.  It's
  215.   generally not recommended for anything but testing if things work, and
  216.   of course to be able to brag about small resource requirements.
  217.  
  218.  
  219.   3.2.  Usable configuration
  220.  
  221.   If you are going to run computationally intensive programs, such as
  222.   gcc, X, and TeX, you will probably want a faster processor than a
  223.   386SX/16, but even that should suffice if you are patient.
  224.  
  225.   In practice, you need at least 4 MB of RAM if you don't use X, and 8
  226.   MB if you do.  Also, if you want to have several users at a time, or
  227.   run several large programs (compilations for example) at a time, you
  228.   may want more than 4 MB of memory.  It will still work with a smaller
  229.   amount of memory (should work even with 2 MB), but it will use virtual
  230.   memory (using the hard drive as slow memory) and that will be so slow
  231.   as to be unusable.
  232.  
  233.   The amount of hard disk you need depends on what software you want to
  234.   install.  The normal basic set of Unix utilities, shells, and
  235.   administrative programs should be comfortable in less than 10 MB, with
  236.   a bit of room to spare for user files.  For a more complete system,
  237.   get Slackware, MCC, or Debian, and assume that you will need 60 to 200
  238.   MB, depending on what you choose to install and what distribution you
  239.   get.  Add whatever space you want to reserve for user files to these
  240.   totals.  With today's prices on hard drives, if you are buying a new
  241.   system, it makes no sense to buy a drive that is too small.  Get at
  242.   least 200 MB, preferably 500MB or more, and you will not regret it.
  243.  
  244.   Add more memory, more hard disk, a faster processor and other stuff
  245.   depending on your needs, wishes and budget to go beyond the merely
  246.   usable.  In general, one big difference from DOS is that with Linux,
  247.   adding memory makes a large difference, whereas with dos, extra memory
  248.   doesn't make that much difference.  This of course has something to do
  249.   with DOS's 640KB limit, which is completely non-existant under Linux.
  250.  
  251.  
  252.   3.3.  Supported hardware
  253.  
  254.  
  255.      CPU:
  256.         Anything that runs 386 protected mode programs (all models of
  257.         386's 486's, and 586's should work; 286s don't work, and never
  258.         will).  Also, a version for the 680x0 CPU (for x = 2 with
  259.         external MMU, 3, and 4) which runs on Amigas and Ataris is being
  260.         developed, and can be found at tsx-11.mit.edu in the 680x0
  261.         directory.  Ports are also being done to the PowerPC, Alpha, and
  262.         MIPS architecture.  More details are available elsewhere.
  263.  
  264.  
  265.      Architecture:
  266.         ISA or EISA bus.  MCA (mostly true blue PS/2's) does not work.
  267.         Local busses (VLB and PCI) work.
  268.  
  269.  
  270.      RAM:
  271.         Theoretically up to 1 GB.  This has not been tested.  Some
  272.         people (including Linus) have noted that adding ram without
  273.         adding more cache at the same time has slowed down their machine
  274.         extremely, so if you add memory and find your machine slower,
  275.         try adding more cache.  Over 64MB will require a boot-time
  276.         parameter, as the BIOS cannot report more than 64MB, because it
  277.         is ``broken as designed.''
  278.  
  279.  
  280.      Data storage:
  281.         Generic AT drives (IDE, 16 bit HD controllers with MFM or RLL,
  282.         or ESDI) are supported, as are SCSI hard disks and CD-ROMs, with
  283.         a supported SCSI adaptor.  Generic XT controllers (8 bit
  284.         controllers with MFM or RLL) are also supported.  Supported SCSI
  285.         adaptors: Adaptec 1542, 1522, 1740, and 27xx series, Buslogic
  286.         controllers via the Adaptek compatibility or with their own
  287.         driver, NCR53c810-based controllers, Seagate ST-01 and ST-02,
  288.         Future Domain TMC-88x series (or any board based on the TMC950
  289.         chip) and TMC1660/1680, Ultrastor 14F, 24F and 34F, Western
  290.         Digital wd7000, and others.  SCSI and some QIC-02 and QIC-80
  291.         tapes are also supported. Several CD-ROM devices are also
  292.         supported, including Matsushita/Panasonic, Mitsumi, Sony,
  293.         Soundblaster, Toshiba, ATAPI, and others.  For exact models,
  294.         check the hardware compatibility HOWTO.
  295.  
  296.  
  297.      Video:
  298.         VGA, EGA, CGA, or Hercules (and compatibles) work in text mode.
  299.         For graphics and X, there is support for (at least) normal VGA,
  300.         some super-VGA cards (most of the cards based on ET3000, ET4000,
  301.         Paradise, and some Trident chipsets), S3, 8514/A, ATI MACH8, ATI
  302.         MACH32, and hercules.  (Linux uses the Xfree86 X server, so that
  303.         determines what cards are supported.)
  304.  
  305.  
  306.      Networking:
  307.         Western Digital 80x3, ne1000, ne2000, 3com503, 3com509, 3com589
  308.         PCMCIA, Allied Telliesis AT1500, most LANCE boards, d-link
  309.         pocket adaptors, PPP, SLIP, CSLIP, PLIP (Parallel Link IP), and
  310.         more.
  311.  
  312.  
  313.      Serial:
  314.         Most 16450 and 16550 UART-based boards, including AST Fourport,
  315.         the Usenet Serial Card II, and others.  Intelligent boards
  316.         supported include Cyclades Cyclom series (supported by the
  317.         manufacturer), Comtrol Rocketport series (supported by the
  318.         manufacturer), Stallion (some boards; not manufacturer-
  319.         supported), and Digi (some boards; not manufacturer-supported).
  320.  
  321.  
  322.      Other hardware:
  323.         SoundBlaster, ProAudio Spectrum 16, Gravis Ultrasound, several
  324.         flavours of bus mice (Microsoft, Logitech, PS/2).
  325.  
  326.  
  327.   4.  An Incomplete List of Ported Programs and Other Software
  328.  
  329.   Most of the common Unix tools and programs have been ported to Linux,
  330.   including almost all of the GNU stuff and many X clients from various
  331.   sources.  Actually, ported is often too strong a word, since many
  332.   programs compile out of the box without modifications, or only small
  333.   modifications, because Linux tracks POSIX quite closely.
  334.   Unfortunately, there are not very many end-user applications at this
  335.   time, but recently, this has begun to change.  Here is an incomplete
  336.   list of software that is known to work under Linux.
  337.  
  338.  
  339.      Basic Unix commands:
  340.         ls, tr, sed, awk and so on (you name it, Linux probably has it).
  341.  
  342.  
  343.      Development tools:
  344.         gcc, gdb, make, bison, flex, perl, rcs, cvs, prof.
  345.  
  346.  
  347.      Languages and Environments:
  348.         C, C++, Objective C, Modula-3, Modula-2, Oberon, ADA, Pascal,
  349.         Fortran, ML, scheme, Tcl/tk, Perl, Python, Common Lisp, and many
  350.         others.
  351.  
  352.  
  353.      Graphical environments:
  354.         X11R5 (XFree86 2.x), X11R6 (XFree86 3.x), MGR.
  355.  
  356.  
  357.      Editors:
  358.         GNU Emacs, Lucid Emacs, MicroEmacs, jove, ez, epoch, elvis (GNU
  359.         vi), vim, vile, joe, pico, jed, and others.
  360.  
  361.  
  362.      Shells:
  363.         bash (POSIX sh-compatible), zsh (includes ksh compatiblity
  364.         mode), pdksh, tcsh, csh, rc, es, ash (mostly sh-compatible shell
  365.         used as /bin/sh by BSD), and many more.
  366.  
  367.  
  368.      Telecommunication:
  369.         Taylor (BNU-compatible) UUCP, SLIP, CSLIP, PPP, kermit, szrz,
  370.         minicom, pcomm, xcomm, term (runs multiple shells, redirects
  371.         network activity, and allows remote X, all over one modem line),
  372.         Seyon (popular X-windows communications program), and several
  373.         fax and voice-mail (using ZyXEL and other modems) packages are
  374.         available.  Of course, remote serial logins are supported.
  375.  
  376.  
  377.      News and mail:
  378.         C-news, innd, trn, nn, tin, smail, elm, mh, pine, etc.
  379.  
  380.  
  381.      Textprocessing:
  382.         TeX, groff, doc, ez, Linuxdoc-SGML, and others.
  383.  
  384.  
  385.      Games:
  386.         Nethack, several Muds and X games, and lots of others.  One of
  387.         those games is looking through all the games available at tsx-11
  388.         and sunsite.
  389.  
  390.  
  391.      Suites:
  392.         AUIS, the Andrew User Interface System.  ez is part of this
  393.         suite.
  394.  
  395.   All of these programs (and this isn't even a hundredth of what is
  396.   available) are freely available.  Commercial software is becoming
  397.   available, ask the vendor of your favorite package if they support
  398.   Linux.
  399.  
  400.  
  401.   5.  Who uses Linux?
  402.  
  403.   Linux is freely available, and no one is required to register their
  404.   copies with any central authority, so it is difficult to know how many
  405.   people use Linux.  Several businesses are now surviving solely on
  406.   selling and supporting Linux, and very few Linux users use those
  407.   businesses, relatively speaking, and the Linux newsgroups are some of
  408.   the most heavily read on the internet, so the number is likely in the
  409.   hundreds of thousands, but hard numbers are hard to come by.  However,
  410.   one brave soul, Harald T. Alvestrand, has decided to try, and asks
  411.   that if you use Linux, you send a message to linux-counter@uninett.no
  412.   with one of the following subjects: ``I use Linux at home'', ``I use
  413.   Linux at work'', or ``I use Linux at home and at work''.  He is also
  414.   counting votes of ``I don't use Linux'', for some reason.  He posts
  415.   his counts to comp.os.linux.misc.
  416.  
  417.  
  418.   6.  Getting Linux
  419.  
  420.   6.1.  Anonymous FTP
  421.  
  422.   Matt Welsh has released a new version of his Installation and Getting
  423.   Started guide, version 2.1.1.  Also, the Linux Documentation Project
  424.   (the LDP) has put out several other books in various states of
  425.   completion, and these are available at
  426.   sunsite.unc.edu:/pub/Linux/docs/LDP.  Stay tuned to
  427.   comp.os.linux.announce.
  428.  
  429.   At least the following anonymous ftp sites carry Linux.
  430.  
  431.  
  432.  
  433.        Textual name                   Numeric address  Linux directory
  434.        =============================  ===============  ===============
  435.        tsx-11.mit.edu                 18.172.1.2       /pub/linux
  436.        sunsite.unc.edu                152.2.22.81      /pub/Linux
  437.        ftp.funet.fi                   128.214.248.6    /pub/OS/Linux
  438.        net.tamu.edu                   128.194.177.1    /pub/linux
  439.        ftp.mcc.ac.uk                  130.88.203.12    /pub/linux
  440.        src.doc.ic.ac.uk               146.169.2.1      /packages/linux
  441.        fgb1.fgb.mw.tu-muenchen.de     129.187.200.1    /pub/linux
  442.        ftp.informatik.tu-muenchen.de  131.159.0.110    /pub/comp/os/linux
  443.        ftp.dfv.rwth-aachen.de         137.226.4.111    /pub/linux
  444.        ftp.informatik.rwth-aachen.de  137.226.225.3    /pub/Linux
  445.        ftp.Germany.EU.net             192.76.144.75    /pub/os/Linux
  446.        ftp.ibp.fr                     132.227.60.2     /pub/linux
  447.        kirk.bond.edu.au               131.244.1.1      /pub/OS/Linux
  448.        ftp.uu.net                     137.39.1.9       /systems/unix/linux
  449.        wuarchive.wustl.edu            128.252.135.4    mirrors/linux
  450.        ftp.win.tue.nl                 131.155.70.100   /pub/linux
  451.        ftp.stack.urc.tue.nl           131.155.2.71     /pub/linux
  452.        srawgw.sra.co.jp               133.137.4.3      /pub/os/linux
  453.        cair.kaist.ac.kr                                /pub/Linux
  454.        ftp.denet.dk                   129.142.6.74     /pub/OS/linux
  455.        NCTUCCCA.edu.tw                140.111.1.10     /Operating-Systems/Linux
  456.        nic.switch.ch                  130.59.1.40      /mirror/linux
  457.        monu1.monash.edu.au            130.194.1.101    /pub/linux
  458.        cnuce_arch.cnr.it              131.114.1.10     /pub/Linux
  459.  
  460.  
  461.  
  462.  
  463.   tsx-11.mit.edu and fgb1.fgb.mw.tu-muenchen.de are the official sites
  464.   for Linux' GCC.  Some sites mirror other sites.  Please use the site
  465.   closest (network-wise) to you whenever possible.
  466.  
  467.   At least sunsite.unc.edu and ftp.informatik.tu-muenchen.de offer
  468.   ftpmail services.  Mail ftpmail@sunsite.unc.edu or ftp@informatik.tu-
  469.   muenchen.de for help.
  470.  
  471.   If you are lost, try looking at
  472.   sunsite.unc.edu:/pub/Linux/distributions/, where several distributions
  473.   are offered.  Slackware is well-tested, being one of the most popular
  474.   Linux distributions.
  475.  
  476.  
  477.   6.2.  Other methods of obtaining Linux
  478.  
  479.   There are many BBS's that have Linux files.  A list of them is
  480.   occasionally posted to comp.os.linux.announce.  Ask friends and user
  481.   groups, or order one of the commmercial distributions.  A list of
  482.   these is contained in the Linux distribution HOWTO, available as
  483.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/distribution-HOWTO, and posted
  484.   regularily to the comp.os.linux.announce newsgroup.
  485.  
  486.  
  487.  
  488.   7.  Getting started
  489.  
  490.   As mentioned at the beginning, Linux is not centrally administered.
  491.   Because of this, there is no ``official'' release that one could point
  492.   at, and say ``That's Linux.''  Instead, there are various
  493.   ``distributions,'' which are more or less complete collections of
  494.   software configured and packaged so that they can be used to install a
  495.   Linux system.
  496.  
  497.   The first thing you should do is to get and read the list of
  498.   Frequently Asked Questions (FAQ) from one of the FTP sites, or by
  499.   using the normal Usenet FAQ archives (e.g. rtfm.mit.edu).  This
  500.   document has plenty of instructions on what to do to get started, what
  501.   files you need, and how to solve most of the common problems (during
  502.   installation or otherwise).
  503.  
  504.  
  505.   8.  Legal Status of Linux
  506.  
  507.   Although Linux is supplied with the complete source code, it is
  508.   copyrighted software, not public domain.  However, it is available for
  509.   free under the GNU Public License, sometimes referred to as the
  510.   ``copyleft''.  See the GPL for more information.  The programs that
  511.   run under Linux each have their own copyright, although many of them
  512.   use the GPL as well.  X uses the MIT X copyright, and some utilities
  513.   are under the BSD copyright.  In any case, all of the software on the
  514.   FTP site is freely distributable (or else it shouldn't be there).
  515.  
  516.  
  517.   9.  News About Linux
  518.  
  519.   A monthly magazine, called Linux Journal, was launched over a year
  520.   ago.  It includes articles intended for almost all skill levels, and
  521.   is intended to be helpful to all Linux users.  One-year subscriptions
  522.   are $19 in the U.S., $24 in Canada and Mexico, and $29 elsewhere,
  523.   payable in US currency.  Subscription inquiries can be sent via email
  524.   to subs@ssc.com, or faxed to +1-206-782-7191, or phoned to
  525.   +1-206-782-7733, or mailed to Linux Journal, PO Box 85867, Seattle, WA
  526.   98145-1867 USA. Please do not send credit card numbers via email; the
  527.   internet is not secure, and it is entirely possible that a
  528.   technologically adept thief may steal your credit card number and cost
  529.   you a large sum of money if you do.
  530.  
  531.   There are several Usenet newsgroups for Linux discussion, and also
  532.   several mailing lists.  See the Linux FAQ for more information about
  533.   the mailing lists (you should be able to find the FAQ either in the
  534.   newsgroup or on the FTP sites).
  535.  
  536.   The newsgroup comp.os.linux.announce is a moderated newsgroup for
  537.   announcements about Linux (new programs, bug fixes, etc).
  538.  
  539.   The newsgroup comp.os.linux.answers is a moderated newsgroup to which
  540.   the Linux FAQ, HOWTO documents, and other documentation postings are
  541.   made.
  542.  
  543.   The newsgroup comp.os.linux.admin is an unmoderated newsgroup for
  544.   discussion of administration of Linux systems.
  545.  
  546.   The newsgroup comp.os.linux.development.system is an unmoderated
  547.   newsgroup specifically for discussion of Linux kernel development.
  548.   The only application development questions that should be discussed
  549.   here are those that are intimately associated with the kernel.  All
  550.   other development questions are probably generic Unix development
  551.   questions and should be directed to a comp.unix group instead, unless
  552.   they are very Linux-specific applications questions, in which case
  553.   they should be directed at comp.os.linux.development.apps.
  554.  
  555.   The newsgroup comp.os.linux.development.apps is an unmoderated
  556.   newsgroup specifically for discussion of Linux-related applications
  557.   development.  It is not for discussion of where to get applications
  558.   for Linux, nor a discussion forum for those who would like to see
  559.   applications for Linux.
  560.  
  561.   The newsgroup comp.os.linux.admin is an unmoderated newsgroup for
  562.   discussing Linux-related administration questions.
  563.  
  564.   The newsgroup comp.os.linux.hardware is for Linux-specific hardware
  565.   questions.
  566.  
  567.   The newsgroup comp.os.linux.networking is for Linux-specific
  568.   networking development and setup questions.
  569.  
  570.   The newsgroup comp.os.linux.x is for Linux-specific X Windows
  571.   questions.
  572.  
  573.   The newsgroup comp.os.linux.misc is the replacement for comp.os.linux,
  574.   and is meant for any discussion that doesn't belong elsewhere.
  575.  
  576.   In general, do not crosspost between the Linux newsgroups.  The only
  577.   crossposting that is appropriate is an occasional posting between one
  578.   unmoderated group and comp.os.linux.announce.  The whole point of
  579.   splitting comp.os.linux into many groups is to reduce traffic in each.
  580.   Those that do not follow this rule will be flamed without mercy...
  581.  
  582.   Linux is on the Web (World Wide Web, WWW, W3, etc.)  The URL is
  583.   <http://sunsite.unc.edu/mdw/linux.html>
  584.  
  585.  
  586.   10.  The Future
  587.  
  588.   After Linux 1.0 has been released, work was done on several
  589.   enhancements.  Disk access speedups, TTY improvements, and many more
  590.   things are now available in Linux 1.2.
  591.  
  592.   Linux 1.2 has now been released, and many new enhancements, including
  593.   virtual memory enhancements, multiple platform support, and quotas are
  594.   being considered for the 1.3.x development series. Linux 1.0 was not
  595.   the end of Linux, nor was it even very important; it is mostly
  596.   intended to provide a stable version that people can use without being
  597.   afraid that they are using beta software, and that can be standardized
  598.   on to some extent. After one stable year of Linux 1.0, Linux 1.2 will
  599.   now fill that same role
  600.  
  601.   There is plenty of code left to write, and even more documentation.
  602.   Please join the DOC channel of the mailing list if you would like to
  603.   contribute to the documentation.
  604.  
  605.  
  606.   11.  This document
  607.  
  608.   This document is maintained by Michael K. Johnson,
  609.   johnsonm@nigel.vnet.net. Please mail me with any comments, no matter
  610.   how small.  I can't do a good job of maintaining this document without
  611.   your help.  A more-or-less current copy of this document can always be
  612.   found as tsx-11.mit.edu:/pub/linux/docs/INFO-SHEET, and a PostScript
  613.   version can be found as INFO-SHEET.ps, in the same directory.
  614.  
  615.  
  616.   12.  Legalese
  617.  
  618.   Trademarks are owned by their owners.  There is no warranty about the
  619.   information in this document.  Use and distribute at your own risk.
  620.   The content of this document is in the public domain, but please be
  621.   polite and attribute any quotes.
  622.